home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 2
/
MacMania 2.toast
/
Demo's
/
Tools&Utilities
/
JUNO Librarian 1.0.3
/
Sample Scripts
/
19 Change DCO PWM LFO⁄MAN
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-28
|
264 b
|
13 lines
|
[
TEXT/ToyS
]
tell application "JUNO Librarian"
activate -- if needed
set x to Parameter 17 of Window "Sample"
set x to (round (x ÷ 2))
set x to x * 2
-- select 1 of 2
-- set x to x + 0 -- LFO
set x to x + 1 -- MAN
copy x to Parameter 17 of Window "Sample"
end tell